/* STEPPER START */
.progress {
    /* display: flex !important;
    padding: 0 !important;
    width: 60rem !important;
    list-style: none !important; */
    position: relative !important;
}

.progress .text-muted {
    color: white !important;
}

.progress::before {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    content: "" !important;
    width: calc(100% - 20px) !important;
    background: white !important;
}
.list-group-item{
    font-family: "Avenir" !important;
    margin-left: -10px;
    font-size: 16px !important;
}

.list-group-item:not(.list-group-item-success) {
    flex: 100% !important;
    padding-left: 10px;
    /* padding: 10px 20px 10px 40px !important; */
    /* background: linear-gradient(#167f8d 0%, #023b79 100%) !important; */
    margin: 20 0 0 -10px !important;
    clip-path: polygon(20px 50%, 0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%) !important;
    padding: 10px 20px 10px 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.list-group-item.active {
    background: linear-gradient(#167f8d 0%, #0b4f8e 100%) !important;
    font-weight: bold !important;
    border-color: transparent !important;
    
}

.list-group-item {
    color: white !important;
    background: #023b79 !important;
    display: flex !important;
    text-align: center;
    padding-left: 30px;
}

/* .list-group-item.incomplete{
    padding-left: 30px;
} */

.list-group-item-success {
    /* background: linear-gradient(#2f73bc 0%, #023b79 100%) !important; */
    background: #2f73bc !important;
    clip-path: polygon(20px 50%, 0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%) !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    /* flex: 100% !important;
    padding: 10px 20px 10px 40px !important; 
    margin: 5px 0px 0px 5px !important;

 */
}

.list-group-item:first-child {
    padding: 10px !important;
    clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%) !important;
}

.list-group-item:last-child {
    clip-path: polygon(20px 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}


/* STEPPER END */


/* TEMP END */

/* MULTISELECTS START */
.msos-inner-container {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: .375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}


.msos-container,
.msos-container:hover,
.msos-container.active {
    border: 1px solid transparent !important;
}

/* MULTISELECTS END */

.form-control {
    color: #606163 !important;
    font-family: "Avenir" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

label {
    background: transparent !important;
    color: #606163 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    margin-bottom: 5px !important;
    font-family: "Avenir" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    display: block !important;
}

/* BUTTONS START */
.actions{
    margin-top: 0,0,20,0px !important;
}
/* BUTTONS END */

/* NEXT BUTON START */
#hpra_economicoperatorfileupload_delete_button,
.submit-btn,
.next,
.previous,
.create-action,
#UploadButton {
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    color: #005bbf !important;
    background: #fff !important;
    border: 1px solid #005bbf !important;
    border-radius: 30px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 20px !important;
    font-family: "Avenir" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important;
    transition: none !important;
    display: inline-flex !important;
}

.textButton{
    border: 1px solid #005bbf !important;
    border-radius: 30px !important;
    font-family: "Avenir" !important;
    font-style: normal !important;
    font-weight: 800 !important;
}



#hpra_economicoperatorfileupload_delete_button:hover,
.submit-btn:hover,
.next:hover,
.previous:hover,
.create-action:hover,
#UploadButton:hover {
    color: #fff !important;
    background: #005bbf !important;

}

.next.active,
.previous.active,
.create-action.active,
#UploadButton.active {
    color: #606163;
    background: linear-gradient(90deg, #e0f8ff 0%, #dcfbf6 80%);
    border: 1px solid #91e4ff;
}

.next:focus,
.previous:focus,
.create-action:focus,
#UploadButton:focus {
    outline-offset: -1px !important;
    outline: 3px solid #51bfe2 !important;
    text-decoration: none !important;
}

/* NEXT BUTON END */

/* DELETE BUTTON START */
.edit-link,
.delete-link {
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    color: #005bbf !important;
    background: #fff !important;
    border: 1px solid #005bbf !important;
    border-radius: 30px !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: "Avenir" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important;
    transition: none !important;
    display: inline-flex !important;
    /* REMOVE UNDERLINE */
    text-decoration: none !important;
}

.edit-link:hover,
.delete-link:hover {
    color: #fff !important;
    background: #005bbf !important;
}

a:hover {
    text-decoration: none !important;
    font-weight: bold !important;
}

a {
    /* REMOVE UNDERLINE */
    text-decoration: none !important;
}

/* DELETE BUTTON END */

/* BACKGROUND AND BORDER START */
.tab-column {
    background: #f2f5f6 !important;
    /* border: 1px solid #d2d2d2 !important; */
    border-color: transparent !important;
    /* border-radius: 5px !important; */
    padding: 20px !important;
}


/* REMOVING BORDERS START */
.crmEntityFormView .actions {
    border-color: transparent !important;
}

.crmEntityFormView,
.entitylist {
    background-color: #f2f5f6 !important;
    /* color: #000000;
    border: 1px solid #f2f2f2; */
}

/* REMOVING BORDERS END */


/* BACKGROUND AND BORDER END */


/* HEADER START */

.static-top.navbar-dark {
    background-color: transparent !important;
}

.navbar-brand,
.columnBlockLayout {
    padding: 0px !important;
}

.columnBlockLayout{
    margin-top: 0px !important;
}

/* HEADER END */

/* FONTS START */




h1,
.h1 {
    color: #606163 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    font-family: "Nexa Bold" !important;
    font-size: 33px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
}

h2,
.h2 {
    color: #606163 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    font-family: "Nexa Bold" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
}

h3,
.h3 {
    color: #606163 !important;
    font-family: "Nexa Bold" !important;
}

.fa-check {
    color: transparent !important;
}

.fa-arrow-down,
.fa-arrow-up {
    display: none !important;
}



p {
    color: #606163 !important;
    font-family: "Avenir" !important;
}



/* FONTS END */


/* FOOTER START */

.footer {
    background-color: #023b79 !;
    position: relative;
}

.footer-bottom {
    padding: 0px;
}

#container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #023b79;
}


.left {
    float: left !important
}

.float-left {
    float: left !important
}

.right {
    float: right
}

#hpraLogoFooter {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}



.footerImageLeft {
    height: 100px;
    transform: scale(1.5);
}


.footerImageRight {
    height: 100px;
    float: right;
    transform: scaleX(-1.5);
}


/* FOOTER END */

/* TEXTAREA START */

.textarea {
    resize: none;
}

/* TEXTAREA END */

/* TABLE START */

.subgridTableHead {
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    color: #fff !important;
    /* color: #606163 !important; */
    box-shadow: none !important;
    vertical-align: middle !important;
    background: linear-gradient(#2f73bc 0%, #224a73 100%) !important;
    border-bottom: none !important;
    padding: 15px !important;

}

.subgridTableHead_titles {
    /* color: white !important; */
    color: white !important;
    font-family: "Avenir" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 130% !important;

    font-weight: 700 !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-kerning: auto !important;
    font-optical-sizing: auto !important;
    font-stretch: 100% !important;
    font-variation-settings: normal !important;
    font-feature-settings: normal !important;
    text-transform: none !important;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: left !important;
    text-indent: 0px !important;
    font-size: 16px !important;
}

.infoMessage {
    background: transparent !important;
    color: #606163 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    margin-bottom: 5px !important;
    font-family: "Avenir" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    /* display: block !important; */
}

.infoMessage_blue {
    background: transparent !important;
    color: blue !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    margin-bottom: 5px !important;
    font-family: "Avenir" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    /* display: block !important; */
}

/* animal information buttons hover */
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    padding: 4px 16px !important;
    /* color: red !important; */
}



/* TABLE END */

/* SUBMISSION MESSAGE START */

div.message.success {
    background-color: #005bbf !important;
    border-color: #005bbf !important;
}

#MessageLabel {
    color: white !important;
}

.alert-success {
    background-color: #023b79 !important;
    border-color: #023b79 !important;
    color: white !important;
}

.alert-success>.btn-close {
    color: white;
}

/* SUBMISSION MESSAGE END */

/* MULTISELECT START */

.justified{
    text-align: justify !important;
}

.msos-selecteditems-container {
    background: white !important;
}

.msos-selected-display-item {
    background: lightblue !important;
}


textarea.form-control {
    min-height: initial !important;
}

/* MULTISELET END */

menu>li>a:hover {
    padding: 4px 16px !important;
}

/* GENERAL START */

input{
    text-decoration: none !important;
}

.displayNone{
    background: red !important;
    display: none !important;
}

.crmEntityFormView{
    padding-left: 10px !important;
}

a.btn.action {
    margin-left: 0px !important;
}

.textColorBlue{
    color: #302ce1 !important
}

#hpra_manufacturercountry, #hpra_authorisedrepresentativecountry{
    padding-left: 0.75rem;
    border: 1px solid #949494;
}

.form-select{
    border: 1px solid #949494;
}
/* GENERAL END */

